home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 23.zip / BS1 part 23 / Prof page II type.adf / Install / CleanUpFromInstall next >
Text File  |  1990-08-14  |  438b  |  22 lines

  1. ; Clean up from an installation
  2.  
  3.  
  4. if not "$GDIInstallType" eq "floppy"
  5.  
  6. ; So IconX won't close his window before user can see final status.
  7. echo "*N~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*N"
  8. instutil ask "Press RETURN."
  9.  
  10. endif
  11.  
  12. assign GD_Dest:
  13. assign GD_SourceDisk:
  14. assign GD_TempDir:
  15.  
  16. cd GD_InstOrig:
  17. assign GD_InstOrig:
  18.  
  19. delete >NIL: RAM:GD_Install all quiet
  20. delete >NIL: RAM:GD_InstSetupFile all quiet
  21. delete >NIL: ENV:GDI#? all quiet
  22.